This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: java.library.path problem with JVM ~Umberto Nongeroson 10.Oct.02 09:14 PM a Web browser Domino Server 6.0Windows NT
No, your information is correrct. I thought we were only talking about servlets here.
As a simple test, please copy/move db2jdbc.dll over to your Domino directory and try that. I believe that will work.
The issues is, I believe, one of which libary.path gets searched when a class is loaded from a certain class.path. Classes in jar/zip files in JavaUserClasses get added to sun.boot.class.path, so sun.boot.library.path gets search for the correseponding native methods. Since the native methods don't exist in that setting, you get an error.
This is all a guess on my part, but makes sense. Give this a try and let me know.
If that's the problem I'll open up an SPR and see about getting it fixed. Fixing may not be straightforward for a number of other reasons, but I'll look into it.